Automation

Automation allows you to use some of the functionality of SFPack in your own programs (Visual Basic, VB Script, etc.)

The API documentation uses the Visual Basic 6 syntax for methods, properties and events.

In addition [R], [W] and [RW] are used for properties, to indicate if the property has read, write or full access.

Interfaces/Classes

Description

Engine

Main Class.
You can only create the other classes via methods of this class

SF2File

Class for packing a SF2 file

SFPackFile

Class for inflating (uncompressing) a SFPack file

 

Please refer to this page for some short examples on how to use the library from within Visual Basic.